home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
swearbear.swf
/
scripts
/
DefineButton2_91
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-01-09
|
182b
|
13 lines
on(release){
tellTarget("/beats")
{
gotoAndStop("rock");
play();
}
tellTarget("/headdance")
{
gotoAndStop("dance");
play();
}
}